home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
oddech
/
flashgame
/
bowling
/
install
/
bowling.exe
/
scripts
/
DefineButton2_32
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2002-11-05
|
225b
|
15 lines
on(press){
nextFrame();
co_zamknac = "MDL_wyn";
tellTarget("/OKNO")
{
gotoAndStop("otworz");
play();
}
tellTarget("/MDL_wyn")
{
gotoAndStop("otworz");
play();
}
}